don't compile third_party source
authorLaszlo Boszormenyi (GCS) <gcs@debian.org>
Tue, 24 Mar 2020 18:20:00 +0000 (18:20 +0000)
committerLaszlo Boszormenyi (GCS) <gcs@debian.org>
Tue, 24 Mar 2020 18:20:00 +0000 (18:20 +0000)
Forwarded: not-needed
Last-Update: 2019-08-06

Gbp-Pq: Name no_thirdparty.patch

Makefile.am
configure.ac

index f0ac83f2d08d987522ce83e8b842ef23819896f3..d389454f9d8495c4dfbc17b3e545abcc5a301ce6 100644 (file)
@@ -9,7 +9,7 @@ AUTOMAKE_OPTIONS = foreign
 SUBDIRS = . src
 
 # Always include third_party directories in distributions.
-DIST_SUBDIRS = src conformance benchmarks third_party/googletest
+DIST_SUBDIRS = src conformance benchmarks
 
 # Build gmock before we build protobuf tests.  We don't add gmock to SUBDIRS
 # because then "make check" would also build and run all of gmock's own tests,
index a86499a57127fb542179b5bd073e34e15410d8b4..df1bae58d980fab5066ffe6b6f82211e40fa6a7f 100644 (file)
@@ -228,7 +228,6 @@ AM_CONDITIONAL([OBJC_CONFORMANCE_TEST], [test $OBJC_CONFORMANCE_TEST = 1])
 #   too.
 export CFLAGS
 export CXXFLAGS
-AC_CONFIG_SUBDIRS([third_party/googletest])
 
 AC_CONFIG_FILES([Makefile src/Makefile benchmarks/Makefile conformance/Makefile protobuf.pc protobuf-lite.pc])
 AC_OUTPUT